home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Fun House 1
/
CD Fun House (Wayzata Technology).iso
/
•The Arcade•
/
RoboWar ••••
/
Robots Folder
/
Leibniz
/
Leibniz
next >
Wrap
Text File
|
1990-04-11
|
753b
|
59 lines
# Giles
# Leibniz robot
# 19 January 1990
# last revision 17 March 1990
# 11 a' store
3 speedx' store
-3 speedy' store
main:
-11 aim + aim' store
collision switch if
x 30 < east if
x 270 > west if
y 270 > north if
y 30 < south if
collision switch if
range 0 ! bang if
main jump
scan:
drop
main jump
bang:
50 missile' store
drop
seek jump
seek:
range 0 ! shoot scan ife
collision switch if
energy 20 < scan if
seek jump
shoot:
energy 2 / missile' store
return
switch:
15 movex' store
return
north:
-3 speedy' store
return
south:
3 speedy' store
return
east:
3 speedx' store
return
west:
-3 speedx' store
return